-
Notifications
You must be signed in to change notification settings - Fork 1k
Update templates to use default entrypoint handlers for Python. #10357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: b22f67a The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
|
tests seem to be legitimately failing |
65030ab to
d132de2
Compare
|
Okay, I think I fixed the failing test. Any ideas why the E2E is failing? |
they are failing with |
|
Oh interesting, thanks for linking. I think that's because the compat date is 2025-08-13. How do these tests determine the compat date to use? |
It's coming from here: workers-sdk/packages/create-cloudflare/src/wrangler/config.ts Lines 197 to 209 in 9b09751
|
d132de2 to
ffd6dad
Compare
…ory with 2 updates Bumps the workerd-and-workers-types group with 2 updates in the / directory: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [workerd](https://github.com/cloudflare/workerd). Updates `@cloudflare/workers-types` from 4.20240614.0 to 4.20250816.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `workerd` from 1.20250813.0 to 1.20250816.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](cloudflare/[email protected]) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250816.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types - dependency-name: workerd dependency-version: 1.20250816.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types
ffd6dad to
693768b
Compare
Python Workers has a new compat flag which becomes default on 2025-08-14. At which point the global handlers won't be supported in Python anymore. This PR updates all templates to use the new way of defining the handlers.